home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Word Play Farm
/
Word Play Farm.iso
/
pc
/
movies
/
shared.dxr
/
00533.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-29
|
229 b
|
16 lines
on enterFrame
set the movieRate of sprite 2 to 1
end
on exitFrame
if the movieTime of sprite 2 > 0 then
go(the frame)
end if
end
on mouseUp
set the movieRate of sprite 2 to 0
updateStage()
go(the frame + 1)
end